From a5c0999258922023e395b78f801667462eb49be2 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 16 Mar 2017 18:38:46 +0000 Subject: [PATCH] sched.h: remove stale PVHv1 comment With the removal of PVHv1 this comment is wrong. Just remove it. Signed-off-by: Wei Liu Acked-by: Jan Beulich Reviewed-by: Andrew Cooper --- xen/include/xen/sched.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 832352a5ce..325733a4b8 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -307,10 +307,6 @@ struct vm_event_per_domain struct evtchn_port_ops; -/* - * PVH is a PV guest running in an HVM container. is_hvm_* checks - * will be false, but has_hvm_container_* checks will be true. - */ enum guest_type { guest_type_pv, guest_type_hvm }; -- 2.30.2